home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / opt.dir / 00006_Opt Dialog.ls < prev    next >
Encoding:
Text File  |  1996-04-18  |  264 b   |  16 lines

  1. global gOptOld
  2.  
  3. on mouseDown
  4.   if voidp(gOptOld) then
  5.     set gOptOld to 0
  6.   end if
  7.   set vNew to yToPos(the mouseV)
  8.   placeMarker(vNew)
  9.   SetVolume(vNew)
  10.   if vNew <> gOptOld then
  11.     puppetSound("tone.aif")
  12.     updateStage()
  13.     set gOptOld to vNew
  14.   end if
  15. end
  16.